
.menuCenter{
    width: 130px;
    /*height: 253px;*/
    position: absolute;
    left: 0;
    top: 60px;
    background:#0577ae;
    /*border: 1px solid #EEEEEE;*/
    z-index: 50;
}
.menuCenter .menCItem{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #0577ae;
    width: 130px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eeeeee;
    /*padding-bottom: 10px;*/
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
.menuCenter .menCItem dd{
    cursor:pointer;
    width: 100%;
    text-align: center;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.menuCenter .menCItem dd:hover{
    background-color: #3C9DEA;
    overflow: visible;
}